home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / APS08522.PPD < prev    next >
Text File  |  1990-10-11  |  11KB  |  356 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "APS-PS PIP" version 49.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 010685 or 011040
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 11 June 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(APS-PS PIP)"
  20. *PSVersion: "(52.2) 9001050"
  21. *PSVersion: "(49.3) 9001050"
  22. *NickName: "APS-PS PIP with APS-6/108"
  23.  
  24. *% General Information and Defaults ===============
  25. *FreeVM: "2454526"
  26. *ColorDevice: False
  27. *VariablePaperSize: True
  28. *FileSystem: True
  29. *?FileSystem: "statusdict begin diskonline {(True)}{(False)} ifelse =    flush"
  30. *Throughput: "1"
  31. *Password: "0"
  32. *ExitServer: "
  33.   count 0 eq {  % is the password on the stack?
  34.     true 
  35.   }{
  36.     dup    % potential password
  37.     statusdict begin checkpassword end not 
  38.   } ifelse 
  39.   {  %  if no password or not valid 
  40.     (WARNING : Cannot perform the exitserver command.) = 
  41.     (Password supplied is not valid.) = 
  42.     (Please contact the author of this software.) = flush
  43.     quit 
  44.   } if 
  45.   serverdict begin exitserver
  46. "
  47. *End
  48. *Reset: "
  49.   count 0 eq {  % is the password on the stack?
  50.     true 
  51.   }{
  52.     dup    % potential password
  53.     statusdict begin checkpassword end not 
  54.   } ifelse 
  55.   {  %  if no password or not valid 
  56.     (WARNING : Cannot reset printer.) = 
  57.     (Password supplied is not valid.) = 
  58.     (Please contact the author of this software.) = flush
  59.     quit 
  60.   } if 
  61.   serverdict begin exitserver
  62.   systemdict /quit get exec
  63.   (WARNING : Printer Reset Failed.) = flush
  64. "
  65. *End
  66.  
  67. *DefaultResolution: 1016dpi
  68. *?Resolution: "
  69. save
  70.   initgraphics
  71.   0 0 moveto currentpoint matrix defaultmatrix transform
  72.   0 72 lineto currentpoint matrix defaultmatrix transform
  73.   3 -1 roll sub dup mul
  74.   3 1 roll exch sub dup mul
  75.   add sqrt round cvi
  76.   (          ) cvs print (dpi) = flush
  77. restore
  78. "
  79. *End
  80.  
  81. *% Halftone Information ===============
  82. *ScreenFreq: "85.0"
  83. *ScreenAngle: "45.0"
  84. *DefaultScreenProc: Dot
  85. *ScreenProc Dot: "
  86. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  87. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  88. "
  89. *End
  90. *ScreenProc Line: "{ pop }"
  91. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96. *Transfer Normalized: "
  97. {
  98. mark
  99. 1.0 1.0 .92 .76 .64 .54 .44 .36 .28 .2 .1 .0
  100. counttomark dup 3 add -1 roll exch
  101. 2 sub mul dup floor cvi
  102. dup 3 1 roll sub
  103. exch dup 
  104. 3 add index exch 2 add index dup
  105. 4 1 roll
  106. sub mul add
  107. counttomark 1 add 1 roll 
  108. cleartomark
  109. }bind 
  110. "
  111. *End
  112.  
  113. *Transfer Normalized.Inverse: "{mark
  114. .0 .0 .1 .2 .28 .36 .44 .54 .64 .76 .92 1.0
  115. counttomark dup 3 add -1 roll exch
  116. 2 sub mul dup floor cvi
  117. dup 3 1 roll sub
  118. exch dup 
  119. 3 add index exch 2 add index dup
  120. 4 1 roll
  121. sub mul add
  122. counttomark 1 add 1 roll 
  123. cleartomark }
  124. "
  125. *End
  126.  
  127. *% Paper Handling ===================
  128.  
  129. *% Use these entries to set paper size most of the time, unless there is
  130. *% specific reason to use PageRegion or PaperTray.
  131. *DefaultPageSize: Letter
  132. *PageSize Letter: "letter"
  133. *PageSize Legal: "legal"
  134. *PageSize Note: "note"
  135. *PageSize Ledger: "ledger"
  136. *PageSize Tabloid: "11x17"
  137. *PageSize A3: "a3"
  138. *PageSize A4: "a4"
  139. *PageSize A5: "a5"
  140. *PageSize B5: "b5"
  141. *PageSize Letter.Transverse: "Letter"
  142. *PageSize A4.Transverse: "A4"
  143. *PageSize A5.Transverse: "A5"
  144. *PageSize B5.Transverse: "B5"
  145. *?PageSize: "
  146.  save 
  147.    /d0 5 dict def d0 begin
  148.      /420_595 (A5.Transverse) def
  149.      /499_709 (B5.Transverse) def
  150.      /595_842 (A4.Transverse) def
  151.      /612_792 (Letter.Transverse) def
  152.      /1224_792 (Ledger) def
  153.    end
  154.    /d1 7 dict def d1 begin
  155.      /595_420 (A5) def
  156.      /709_499 (B5) def
  157.      /792_612 (Letter) def
  158.      /842_595 (A4) def
  159.      /1008_612 (Legal) def
  160.      /1191_842 (A3) def
  161.      /1224_792 (Tabloid) def
  162.    end
  163.    statusdict begin pageparams end
  164.    4 1 roll pop
  165.    /high exch 10 string cvs dup length /hlen exch def def
  166.    /wide exch 10 string cvs def
  167.    /key hlen 1 add wide length add string def
  168.    key 0 high putinterval 
  169.    key hlen (_) putinterval
  170.    key hlen 1 add wide putinterval
  171.    0 eq {d0}{d1}ifelse
  172.    key cvn {get}stopped {(Unknown)}if
  173.    = flush
  174.    restore
  175. "
  176. *End
  177.  
  178. *DefaultPaperTray: None
  179.  
  180. *% These entries will set up the frame buffer. Usually used with manual feed.
  181. *DefaultPageRegion: Letter
  182. *PageRegion Letter: "letter"
  183. *PageRegion Legal: "legal"
  184. *PageRegion Note: "note"
  185. *PageRegion Ledger: "ledger"
  186. *PageRegion Tabloid: "11x17"
  187. *PageRegion A3: "a3"
  188. *PageRegion A4: "a4"
  189. *PageRegion A5: "a5"
  190. *PageRegion B5: "b5"
  191. *PageRegion Letter.Transverse: "Letter"
  192. *PageRegion A4.Transverse: "A4"
  193. *PageRegion A5.Transverse: "A5"
  194. *PageRegion B5.Transverse: "B5"
  195.  
  196. *% The following entries provide information about specific paper keywords.
  197. *DefaultImageableArea: Letter
  198. *ImageableArea Letter: "0 1 612 792 "
  199. *ImageableArea Legal: "0 1 612 1008 "
  200. *ImageableArea Note: "0 1 612 792 "
  201. *ImageableArea Ledger: "1 0 1224 792 "
  202. *ImageableArea Tabloid: "0 1 792 1224 "
  203. *ImageableArea A3: "0 1 842 1191 "
  204. *ImageableArea A4: "0 1 595 842 "
  205. *ImageableArea A5: "0 1 420 595 "
  206. *ImageableArea B5: "0 1 498 709 "
  207. *ImageableArea Letter.Transverse: "1 0 612 792 "
  208. *ImageableArea A4.Transverse: "1 0 595 842 "
  209. *ImageableArea A5.Transverse: "1 0 420 595 "
  210. *ImageableArea B5.Transverse: "1 0 498 710 "
  211. *?ImageableArea: "
  212.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  213.   newpath clippath pathbbox
  214.   4 -2 roll exch 2 {ceiling cvp} repeat
  215.   exch 2 {floor cvp} repeat flush
  216.  restore
  217. "
  218. *End
  219.  
  220. *DefaultOutputBin: Upper
  221. *DefaultInputSlot: None
  222.  
  223. *DefaultManualFeed: False
  224. *DefaultOutputOrder: Normal
  225.  
  226. *DefaultCollator: None
  227. *DefaultSorter: None
  228. *DefaultDuplex: None
  229.  
  230. *% Font Information =====================
  231.  
  232. *DefaultFont: Courier
  233. *Font Courier: Standard "(001.004)"
  234. *Font Courier-Bold: Standard "(001.004)"
  235. *Font Courier-BoldOblique: Standard "(001.004)"
  236. *Font Courier-Oblique: Standard "(001.004)"
  237. *Font Helvetica: Standard "(001.002)"
  238. *Font Helvetica-Bold: Standard "(001.002)"
  239. *Font Helvetica-BoldOblique: Standard "(001.002)"
  240. *Font Helvetica-Oblique: Standard "(001.002)"
  241. *Font Symbol: Special "(001.003)"
  242. *Font Times-Bold: Standard "(001.002)"
  243. *Font Times-BoldItalic: Standard "(001.004)"
  244. *Font Times-Italic: Standard "(001.002)"
  245. *Font Times-Roman: Standard "(001.002)"
  246. *?FontQuery: "
  247. save  4 dict begin /sv exch def
  248. /str (fonts/                              ) def
  249. /st2 128 string def
  250. {
  251.   count 0 gt {
  252.     dup st2 cvs (/) print print (:) print
  253.     dup FontDirectory exch known {pop (Yes)}{
  254.      str exch st2 cvs dup length /len exch def
  255.      6 exch putinterval str 0 len 6 add getinterval mark exch
  256.      { } st2 filenameforall counttomark 0 gt {
  257.       cleartomark (Yes)}{cleartomark (No)}ifelse
  258.     }ifelse = flush
  259.   }{ exit } ifelse
  260. } bind loop
  261. (*) = flush
  262. sv end restore
  263. "
  264. *End
  265.  
  266. *?FontList: "
  267. save  2 dict begin /sv exch def
  268. /str 128 string def
  269. FontDirectory { pop == } bind forall flush
  270. /filenameforall where { 
  271.  pop save (fonts/*) { 
  272.   dup length 6 sub 6 exch getinterval cvn == 
  273.  } bind str filenameforall flush restore
  274. } if 
  275. (*) = flush
  276. sv end restore
  277. "
  278. *End
  279.  
  280. *% Printer Messages (verbatim from printer):
  281. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  282. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  283. *Message: "\FontName\ not found, using Courier"
  284.  
  285. *% Status (format: %%[ status: <one of these> ]%% )
  286. *Status: "idle"
  287. *Status: "busy"
  288. *Status: "waiting"
  289. *Status: "printing"
  290. *Status: "PrinterError: Wait - cycling up"
  291. *Status: "PrinterError: Idle"
  292. *Status: "PrinterError: Printer not ready to write: unused.."
  293. *Status: "PrinterError: Off Line"
  294. *Status: "PrinterError: Transport fault"
  295. *Status: "PrinterError: Default Page being defined is too large.."
  296. *Status: "PrinterError: Out of Media"
  297. *Status: "PrinterError: Testing....."
  298. *Status: "PrinterError: Printer not responding..."
  299.  
  300. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  301. *Source: "serial9"
  302. *Source: "serial25"
  303. *Source: "AppleTalk"
  304. *Source: "Centronics"
  305.  
  306. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  307. *PrinterError: "Wait - cycling up"
  308. *PrinterError: "Idle"
  309. *PrinterError: "Off Line"
  310. *PrinterError: "Transport fault"
  311. *PrinterError: "Default Page being defined is too large.."
  312. *PrinterError: "No response from LSTA command"
  313. *PrinterError: "Out of Media"
  314. *PrinterError: "Printer not responding..."
  315.  
  316. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  317.  
  318. *% Color Separation Information =====================
  319.  
  320. *DefaultColorSep: ProcessBlack.118lpi.1016dpi/118 lpi / 1016 dpi
  321.  
  322. *InkName: ProcessBlack/Process Black
  323. *InkName: CustomColor/Custom Color
  324. *InkName: ProcessCyan/Process Cyan
  325. *InkName: ProcessMagenta/Process Magenta
  326. *InkName: ProcessYellow/Process Yellow
  327.  
  328. *%  For 118 lpi / 1016 dpi  ===============================
  329.  
  330. *ColorSepScreenAngle ProcessBlack.118lpi.1016dpi/118 lpi / 1016 dpi: "45.0"
  331. *ColorSepScreenAngle CustomColor.118lpi.1016dpi/118 lpi / 1016 dpi: "45.0"
  332. *ColorSepScreenAngle ProcessCyan.118lpi.1016dpi/118 lpi / 1016 dpi: "71.5651"
  333. *ColorSepScreenAngle ProcessMagenta.118lpi.1016dpi/118 lpi / 1016 dpi: "18.4349"
  334. *ColorSepScreenAngle ProcessYellow.118lpi.1016dpi/118 lpi / 1016 dpi: "0.0"
  335.  
  336. *ColorSepScreenFreq ProcessBlack.118lpi.1016dpi/118 lpi / 1016 dpi: "117.851"
  337. *ColorSepScreenFreq CustomColor.118lpi.1016dpi/118 lpi / 1016 dpi: "117.851"
  338. *ColorSepScreenFreq ProcessCyan.118lpi.1016dpi/118 lpi / 1016 dpi: "105.409"
  339. *ColorSepScreenFreq ProcessMagenta.118lpi.1016dpi/118 lpi / 1016 dpi: "105.409"
  340. *ColorSepScreenFreq ProcessYellow.118lpi.1016dpi/118 lpi / 1016 dpi: "111.111"
  341.  
  342. *%  For 85 lpi / 1016 dpi  ===============================
  343. *ColorSepScreenAngle ProcessBlack.85lpi.1016dpi/85 lpi / 1016 dpi: "45.0"
  344. *ColorSepScreenAngle CustomColor.85lpi.1016dpi/85 lpi / 1016 dpi: "45.0"
  345. *ColorSepScreenAngle ProcessCyan.85lpi.1016dpi/85 lpi / 1016 dpi: "71.5651"
  346. *ColorSepScreenAngle ProcessMagenta.85lpi.1016dpi/85 lpi / 1016 dpi: "18.4349"
  347. *ColorSepScreenAngle ProcessYellow.85lpi.1016dpi/85 lpi / 1016 dpi: "0.0"
  348.  
  349. *ColorSepScreenFreq ProcessBlack.85lpi.1016dpi/85 lpi / 1016 dpi: "88.3883"
  350. *ColorSepScreenFreq CustomColor.85lpi.1016dpi/85 lpi / 1016 dpi: "88.3883"
  351. *ColorSepScreenFreq ProcessCyan.85lpi.1016dpi/85 lpi / 1016 dpi: "79.0569"
  352. *ColorSepScreenFreq ProcessMagenta.85lpi.1016dpi/85 lpi / 1016 dpi: "79.0569"
  353. *ColorSepScreenFreq ProcessYellow.85lpi.1016dpi/85 lpi / 1016 dpi: "83.3333"
  354.  
  355. *% end of PPD file for APS-PS PIP
  356.